Revision: hackerlab--devo--1.0--patch-4
Archive: lord@emf.net--2003
Creator: Tom Lord <lord@emf.net>
Date: Sun Jan 26 15:56:30 PST 2003
Standard-date: 2003-01-26 23:56:30 GMT
Summary: use `rm' properly in Makefiles
Keywords: 
New-files: {arch}/hackerlab/hackerlab--devo/hackerlab--devo--1.0/lord@emf.net--2003/patch-log/patch-4
Modified-files: =THANKS ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  machine/Makefile.in os/Makefile.in tests/fs-tests/Makefile.in
  unidata/Makefile.in xml/Makefile.in
New-patches: lord@emf.net--2003/hackerlab--devo--1.0--patch-4

Don't invoke `rm' for files not known to exist; don't invoke `rm' with
the `-f' flag; don't ignore the exit status of `rm'.

